home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / ASM-ALPH.{_4 / PARAM.H < prev    next >
C/C++ Source or Header  |  1999-09-17  |  297b  |  21 lines

  1. #ifndef _ASM_ALPHA_PARAM_H
  2. #define _ASM_ALPHA_PARAM_H
  3.  
  4. #ifndef HZ
  5. # define HZ    1024
  6. #endif
  7.  
  8. #define EXEC_PAGESIZE    8192
  9.  
  10. #ifndef NGROUPS
  11. #define NGROUPS        32
  12. #endif
  13.  
  14. #ifndef NOGROUP
  15. #define NOGROUP        (-1)
  16. #endif
  17.  
  18. #define MAXHOSTNAMELEN    64    /* max length of hostname */
  19.  
  20. #endif /* _ASM_ALPHA_PARAM_H */
  21.